home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / unixSyscall / errno.c < prev    next >
Text File  |  1988-06-19  |  648b  |  21 lines

  1. /* 
  2.  * errno.c --
  3.  *
  4.  *    Define the "errno" variable.
  5.  *
  6.  * Copyright 1988 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  */
  15.  
  16. #ifndef lint
  17. static char rcsid[] = "$Header: errno.c,v 1.1 88/06/19 14:31:14 ouster Exp $ SPRITE (Berkeley)";
  18. #endif not lint
  19.  
  20. int errno;
  21.